home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Disc to the Future 2
/
Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin
/
MAC
/
THINKC
/
TCL1
/
CDICTION
/
CFILLEDB.H
< prev
next >
Wrap
Text File
|
1989-09-15
|
671b
|
25 lines
/*****************************************************************************
CFilledBorder.h
Subclass of CBorder that erases its interior.
by Dan Podwall - you may do anything you please with this code except
charge for it, with the exception of normal network download charges.
*****************************************************************************/
#define _H_CFilledBorder
#include "CBorder.h"
struct CFilledBorder : CBorder
{
void IFilledBorder(CView *anEnclosure, CBureaucrat *aSupervisor,
short aWidth, short aHeight,
short aHEncl, short aVEncl,
SizingOption aHSizing, SizingOption aVSizing);
void Draw(Rect *area);
};